Alternate Last Post Display.

Current Version: 1.0.3
Rev Date: 30/5/09 13:15 (GMT + 2)

Change log:
========

30 May 2009 (13:15) - Version 1.0.3 released :
------------------------------------------------------
* BUG-FIX: now supporting any date / time string that user configured into admincp. Note the following chars are supported: "d","m","n","D","F","M","Y","y","h","H","g","G","i","s","a","A"
* BUG-FIX: nicks now support space (also vbSEO fix that convert space to +)
* FEATURE-ADD: Yesterday/Today & by now used as part of vbphrase & not hard-coded into plugin code.
* BUG FIX: avoid any case of negative time in some condition.
* VISUAL-FIX: added LEFT align inside Last Post column, so it will look much better.

Note: till any official announce, this modification does not support any non-english boards (date locale will not be matched so likely to show Post Time N/A)


29 May 2009 (18:33) - Version 1.0.2 released :
------------------------------------------------------
* BUG-FIX: all mktime() added precondition to determine the nature of vars passed to it, to avoid input it with NULL. Should time variable(s) be missing, the hack will display "Post Time N/A" (phrase named: alt_lp_post_time_na);
* vbSEO should now be fully fixed to show links correclty & according to vbSEO way. Eventually, no admincp were added, this was auto detected inside code.
* BUG-FIX: some more extra checking were added to avoid some other coding pitfalls.

29 May 2009 (16:46) - Version 1.0.1 released :
------------------------------------------------------
* BUG-FIX (*): did not read thread link correctly with vbSEO installed. This should be fixed & working - please report any further problems.  (*) Note this still display links using showthread.php & member.php . Further support to vbSEO will be available on v.1.1.0 due to be released by tonight/tomorrow.
* BUG-FIX: The table missing NOWRAP tag, so if skin doesnt set minimum width to "Last Post" column, it will looked bit streched. 
* BUG-FIX: Global plugin enable/disable option on admincp didnt work properly
* BUG-DIX: date that was showing as "Yesterday" / "Today" was not properly handled by code. now fixed.
* FEATURE-ADD: All text were created as phrases, allowing easy translation without need to go into code:
phrases added are:
alt_lp_last_post
alt_lp_by
alt_lp_years
alt_lp_year
alt_lp_weeks
alt_lp_week
alt_lp_days
alt_lp_day
alt_lp_hours
alt_lp_hour
alt_lp_min
alt_lp_mins
alt_lp_sec
alt_lp_secs
alt_lp_ago
